From: Stefan Monnier Date: Thu, 27 Jun 2002 21:46:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31987 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2e97f370485cc71bdce582dacd83378aeabdbe3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f7e7eb61d5..6ef47680a38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -24,6 +24,17 @@ 2002-06-27 Stefan Monnier + * mwheel.el (mouse-wheel-change-button): Deactivate before changing. + (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete. + (mouse-wheel-up-event, mouse-wheel-down-event): New vars. + (mouse-wheel-follow-mouse): Change default to t. + (mwheel-event-button): Return the basic event symbol. + (mwheel-scroll): Work with non-mouse events. + (mouse-wheel-mode): Use the new vars. + (mwheel-install): Obey `uninstall'. + + * term/xterm.el (function-key-map): Add some bindings. + * uniquify.el (uniquify-delay-rationalize-file-buffer-names): Rename from delay-uniquify-rationalize-file-buffer-names. Only rationalize if the buffer is under uniquify control.